This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 274
[crypto] Add testcase and some fix #264
Open
WuSiYu
wants to merge
19
commits into
riscvarchive:riscv-gcc-experiment
Choose a base branch
from
WuSiYu:riscv-gcc-10.2.0-crypto
base: riscv-gcc-experiment
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[crypto] Add testcase and some fix #264
WuSiYu
wants to merge
19
commits into
riscvarchive:riscv-gcc-experiment
from
WuSiYu:riscv-gcc-10.2.0-crypto
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Shihua Liao <[email protected]> Co-authored-by: Jiawei Chen <[email protected]>
This patch-set seems mixed-in some other patches, could you keep separated commit for those changes? |
…tin's wrong define
Co-authored-by: Shihua Liao <[email protected]>
WuSiYu
force-pushed
the
riscv-gcc-10.2.0-crypto
branch
from
June 8, 2021 02:28
605a775
to
6ac5f46
Compare
Sorry for late, the commits now has been split into fixs in K-ext, testcase for K-ext, and other patches. |
Update the version into spec v0.94.
Add patch "fix riscv_expand_block_move" and update to spec V0.92
Update the RISC-V gcc experimental branch
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add testcase for RISC-V K-ext, and some fix for last K-ext.
Now all tests (except the old memcpy bug) in make report-gcc-newlib are passed.